[INFO] cloning repository https://github.com/tmzt/idemsh
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tmzt/idemsh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmzt%2Fidemsh", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmzt%2Fidemsh'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f58bcf6d0643f425b61cb72aedfe6c2be0db3baf
[INFO] checking tmzt/idemsh against master#656ccbe796ff98def9b555c118e1620c5389e3b2 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmzt%2Fidemsh" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tmzt/idemsh
[INFO] finished tweaking git repo https://github.com/tmzt/idemsh
[INFO] tweaked toml for git repo https://github.com/tmzt/idemsh written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tmzt/idemsh on toolchain 656ccbe796ff98def9b555c118e1620c5389e3b2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tmzt/idemsh already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded version_check v0.1.5
[INFO] [stderr]   Downloaded memchr v2.2.0
[INFO] [stderr]   Downloaded nom v4.2.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cf401588ea90816936715bdd252b78c25b87dcf5cb48952d992a3d326dd31339
[INFO] running `Command { std: "docker" "start" "cf401588ea90816936715bdd252b78c25b87dcf5cb48952d992a3d326dd31339", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf401588ea90816936715bdd252b78c25b87dcf5cb48952d992a3d326dd31339", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cf401588ea90816936715bdd252b78c25b87dcf5cb48952d992a3d326dd31339" "/opt/rustwide/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf401588ea90816936715bdd252b78c25b87dcf5cb48952d992a3d326dd31339", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cf401588ea90816936715bdd252b78c25b87dcf5cb48952d992a3d326dd31339" "/opt/rustwide/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.2.0
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]     Checking idemsh v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `nom::anychar`
[INFO] [stdout]  --> src/parser.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use nom::anychar;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/parser.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / named!(parse_resource<CompleteStr, IdemResourceType>,
[INFO] [stdout] 35 | |     alt_complete!(
[INFO] [stdout] 36 | |         map!(parse_path, |IdemPath(_, s)| {
[INFO] [stdout] 37 | |             match s {
[INFO] [stdout] ...  |
[INFO] [stdout] 43 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this error originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/parser.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | / named!(parse_value<CompleteStr, IdemValueType>,
[INFO] [stdout] 62 | |     alt_complete!(
[INFO] [stdout] 63 | |         parse_value_litstring |
[INFO] [stdout] 64 | |         parse_value_path_spec
[INFO] [stdout] 65 | |     )
[INFO] [stdout] 66 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `alt_complete`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `alt_complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/parser.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | / named!(parse_value<CompleteStr, IdemValueType>,
[INFO] [stdout] 62 | |     alt_complete!(
[INFO] [stdout] 63 | |         parse_value_litstring |
[INFO] [stdout] 64 | |         parse_value_path_spec
[INFO] [stdout] 65 | |     )
[INFO] [stdout] 66 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `alt_complete`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `alt_complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/parser.rs:77:1
[INFO] [stdout]    |
[INFO] [stdout] 77 | / named!(parse_param_flag_keyword<CompleteStr, IdemParamType>,
[INFO] [stdout] 78 | |         alt_complete!(
[INFO] [stdout] 79 | |             map!(ws!(recognize!(tag!("copied"))), |s| IdemParamType::FlagKeyword(s.to_string()))
[INFO] [stdout] 80 | |             | map!(ws!(recognize!(tag!("exists"))), |s| IdemParamType::FlagKeyword(s.to_string()))
[INFO] [stdout] 81 | |         )
[INFO] [stdout] 82 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/parser.rs:77:1
[INFO] [stdout]    |
[INFO] [stdout] 77 | / named!(parse_param_flag_keyword<CompleteStr, IdemParamType>,
[INFO] [stdout] 78 | |         alt_complete!(
[INFO] [stdout] 79 | |             map!(ws!(recognize!(tag!("copied"))), |s| IdemParamType::FlagKeyword(s.to_string()))
[INFO] [stdout] 80 | |             | map!(ws!(recognize!(tag!("exists"))), |s| IdemParamType::FlagKeyword(s.to_string()))
[INFO] [stdout] 81 | |         )
[INFO] [stdout] 82 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/parser.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | / named!(parse_raw_command_each<CompleteStr, IdemRawCommandType>,
[INFO] [stdout] 111 | |     do_parse!(
[INFO] [stdout] 112 | |         ws!(tag!("each")) >>
[INFO] [stdout] 113 | |         key: ws!(parse_identifier) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 126 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/parser.rs:128:1
[INFO] [stdout]     |
[INFO] [stdout] 128 | / named!(parse_raw_command_with_block<CompleteStr, IdemRawCommandType>,
[INFO] [stdout] 129 | |     do_parse!(
[INFO] [stdout] 130 | |         ws!(tag!("with")) >>
[INFO] [stdout] 131 | |         resource: ws!(parse_resource) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 155 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/parser.rs:157:1
[INFO] [stdout]     |
[INFO] [stdout] 157 | / named!(parse_raw_command<CompleteStr, IdemRawCommandType>,
[INFO] [stdout] 158 | |     alt_complete!(
[INFO] [stdout] 159 | |         parse_raw_command_each |
[INFO] [stdout] 160 | |         parse_raw_command_with_block |
[INFO] [stdout] ...   |
[INFO] [stdout] 163 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `alt_complete`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `alt_complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/parser.rs:157:1
[INFO] [stdout]     |
[INFO] [stdout] 157 | / named!(parse_raw_command<CompleteStr, IdemRawCommandType>,
[INFO] [stdout] 158 | |     alt_complete!(
[INFO] [stdout] 159 | |         parse_raw_command_each |
[INFO] [stdout] 160 | |         parse_raw_command_with_block |
[INFO] [stdout] ...   |
[INFO] [stdout] 163 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `alt_complete`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `alt_complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/parser.rs:157:1
[INFO] [stdout]     |
[INFO] [stdout] 157 | / named!(parse_raw_command<CompleteStr, IdemRawCommandType>,
[INFO] [stdout] 158 | |     alt_complete!(
[INFO] [stdout] 159 | |         parse_raw_command_each |
[INFO] [stdout] 160 | |         parse_raw_command_with_block |
[INFO] [stdout] ...   |
[INFO] [stdout] 163 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::parser::*`
[INFO] [stdout]  --> src/local_exec.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use super::parser::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::parser::*`
[INFO] [stdout]  --> src/handle_exec.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::parser::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on use statements
[INFO] [stdout]  --> src/parser.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: `#[macro_use]` can be applied to extern crates and modules
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nom::anychar`
[INFO] [stdout]  --> src/parser.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use nom::anychar;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/parser.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / named!(parse_resource<CompleteStr, IdemResourceType>,
[INFO] [stdout] 35 | |     alt_complete!(
[INFO] [stdout] 36 | |         map!(parse_path, |IdemPath(_, s)| {
[INFO] [stdout] 37 | |             match s {
[INFO] [stdout] ...  |
[INFO] [stdout] 43 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this error originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/parser.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | / named!(parse_value<CompleteStr, IdemValueType>,
[INFO] [stdout] 62 | |     alt_complete!(
[INFO] [stdout] 63 | |         parse_value_litstring |
[INFO] [stdout] 64 | |         parse_value_path_spec
[INFO] [stdout] 65 | |     )
[INFO] [stdout] 66 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `alt_complete`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `alt_complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/parser.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | / named!(parse_value<CompleteStr, IdemValueType>,
[INFO] [stdout] 62 | |     alt_complete!(
[INFO] [stdout] 63 | |         parse_value_litstring |
[INFO] [stdout] 64 | |         parse_value_path_spec
[INFO] [stdout] 65 | |     )
[INFO] [stdout] 66 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `alt_complete`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `alt_complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/parser.rs:77:1
[INFO] [stdout]    |
[INFO] [stdout] 77 | / named!(parse_param_flag_keyword<CompleteStr, IdemParamType>,
[INFO] [stdout] 78 | |         alt_complete!(
[INFO] [stdout] 79 | |             map!(ws!(recognize!(tag!("copied"))), |s| IdemParamType::FlagKeyword(s.to_string()))
[INFO] [stdout] 80 | |             | map!(ws!(recognize!(tag!("exists"))), |s| IdemParamType::FlagKeyword(s.to_string()))
[INFO] [stdout] 81 | |         )
[INFO] [stdout] 82 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/parser.rs:77:1
[INFO] [stdout]    |
[INFO] [stdout] 77 | / named!(parse_param_flag_keyword<CompleteStr, IdemParamType>,
[INFO] [stdout] 78 | |         alt_complete!(
[INFO] [stdout] 79 | |             map!(ws!(recognize!(tag!("copied"))), |s| IdemParamType::FlagKeyword(s.to_string()))
[INFO] [stdout] 80 | |             | map!(ws!(recognize!(tag!("exists"))), |s| IdemParamType::FlagKeyword(s.to_string()))
[INFO] [stdout] 81 | |         )
[INFO] [stdout] 82 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/parser.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | / named!(parse_raw_command_each<CompleteStr, IdemRawCommandType>,
[INFO] [stdout] 111 | |     do_parse!(
[INFO] [stdout] 112 | |         ws!(tag!("each")) >>
[INFO] [stdout] 113 | |         key: ws!(parse_identifier) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 126 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/parser.rs:128:1
[INFO] [stdout]     |
[INFO] [stdout] 128 | / named!(parse_raw_command_with_block<CompleteStr, IdemRawCommandType>,
[INFO] [stdout] 129 | |     do_parse!(
[INFO] [stdout] 130 | |         ws!(tag!("with")) >>
[INFO] [stdout] 131 | |         resource: ws!(parse_resource) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 155 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/parser.rs:157:1
[INFO] [stdout]     |
[INFO] [stdout] 157 | / named!(parse_raw_command<CompleteStr, IdemRawCommandType>,
[INFO] [stdout] 158 | |     alt_complete!(
[INFO] [stdout] 159 | |         parse_raw_command_each |
[INFO] [stdout] 160 | |         parse_raw_command_with_block |
[INFO] [stdout] ...   |
[INFO] [stdout] 163 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `alt_complete`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `alt_complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/parser.rs:157:1
[INFO] [stdout]     |
[INFO] [stdout] 157 | / named!(parse_raw_command<CompleteStr, IdemRawCommandType>,
[INFO] [stdout] 158 | |     alt_complete!(
[INFO] [stdout] 159 | |         parse_raw_command_each |
[INFO] [stdout] 160 | |         parse_raw_command_with_block |
[INFO] [stdout] ...   |
[INFO] [stdout] 163 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `alt_complete`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `alt_complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/parser.rs:157:1
[INFO] [stdout]     |
[INFO] [stdout] 157 | / named!(parse_raw_command<CompleteStr, IdemRawCommandType>,
[INFO] [stdout] 158 | |     alt_complete!(
[INFO] [stdout] 159 | |         parse_raw_command_each |
[INFO] [stdout] 160 | |         parse_raw_command_with_block |
[INFO] [stdout] ...   |
[INFO] [stdout] 163 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::parser::*`
[INFO] [stdout]  --> src/local_exec.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use super::parser::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nom::types::CompleteStr`
[INFO] [stdout]   --> src/local_exec.rs:91:9
[INFO] [stdout]    |
[INFO] [stdout] 91 |     use nom::types::CompleteStr;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on use statements
[INFO] [stdout]  --> src/parser.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: `#[macro_use]` can be applied to extern crates and modules
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on use statements
[INFO] [stdout]    --> src/parser.rs:171:5
[INFO] [stdout]     |
[INFO] [stdout] 171 |     #[macro_use]
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[macro_use]` can be applied to extern crates and modules
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on use statements
[INFO] [stdout]   --> src/local_exec.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 |     #[macro_use]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[macro_use]` can be applied to extern crates and modules
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on use statements
[INFO] [stdout]   --> src/handle_exec.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 78 |     #[macro_use]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[macro_use]` can be applied to extern crates and modules
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dir`
[INFO] [stdout]   --> src/local_exec.rs:38:36
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn change_directory(&mut self, dir: &str) -> ExecResult<()> {
[INFO] [stdout]    |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_dir`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `local_part`
[INFO] [stdout]   --> src/local_exec.rs:53:38
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn ensure_file_exists(&mut self, local_part: &str) -> ExecResult<()> {
[INFO] [stdout]    |                                      ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_local_part`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `local_part`
[INFO] [stdout]   --> src/local_exec.rs:57:40
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn ensure_file_contents(&mut self, local_part: &str, contents: FileContents) -> ExecResult<()> {
[INFO] [stdout]    |                                        ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_local_part`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `contents`
[INFO] [stdout]   --> src/local_exec.rs:57:58
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn ensure_file_contents(&mut self, local_part: &str, contents: FileContents) -> ExecResult<()> {
[INFO] [stdout]    |                                                          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_contents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `IdemPathLocalPartType` is never used
[INFO] [stdout]  --> src/ast.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum IdemPathLocalPartType {
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IdemPath` is never constructed
[INFO] [stdout]  --> src/ast.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct IdemPath(pub Option<String>, pub IdemPathLocalPartType);
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `IdemResourceType` is never used
[INFO] [stdout]   --> src/ast.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum IdemResourceType {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `IdemValueType` is never used
[INFO] [stdout]   --> src/ast.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub enum IdemValueType {
[INFO] [stdout]    |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IdemReplace` is never constructed
[INFO] [stdout]   --> src/ast.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct IdemReplace {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `IdemEditCommandType` is never used
[INFO] [stdout]   --> src/ast.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub enum IdemEditCommandType {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IdemEdit` is never constructed
[INFO] [stdout]   --> src/ast.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct IdemEdit {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `IdemParamType` is never used
[INFO] [stdout]   --> src/ast.rs:45:10
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub enum IdemParamType {
[INFO] [stdout]    |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IdemRawCommandWithPaths` is never constructed
[INFO] [stdout]   --> src/ast.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct IdemRawCommandWithPaths {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `IdemRawCommandType` is never used
[INFO] [stdout]   --> src/ast.rs:58:10
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub enum IdemRawCommandType {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `FileContents` is never used
[INFO] [stdout]  --> src/traits.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum FileContents {
[INFO] [stdout]   |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Exec` is never used
[INFO] [stdout]  --> src/traits.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub trait Exec {
[INFO] [stdout]   |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Result` is never used
[INFO] [stdout]  --> src/errors.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type Result<T> = result::Result<T, Error>;
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ErrorType` is never used
[INFO] [stdout]  --> src/errors.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub enum ErrorType {
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Error` is never constructed
[INFO] [stdout]   --> src/errors.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct  Error {
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LocalExec` is never constructed
[INFO] [stdout]   --> src/local_exec.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct LocalExec {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `with_new_relative_working_dir` is never used
[INFO] [stdout]   --> src/local_exec.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl LocalExec {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 26 |     fn with_new_relative_working_dir<P: AsRef<Path>>(dir: P) -> Self {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_single_path` is never used
[INFO] [stdout]   --> src/local_exec.rs:67:4
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn find_single_path<'a>(obj: &'a IdemRawCommandWithPaths) -> Option<&'a IdemPath> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_single_flag_keyword` is never used
[INFO] [stdout]   --> src/local_exec.rs:73:4
[INFO] [stdout]    |
[INFO] [stdout] 73 | fn find_single_flag_keyword(params: &[IdemParamType]) -> Option<&str> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_ignore_existing` is never used
[INFO] [stdout]   --> src/local_exec.rs:85:4
[INFO] [stdout]    |
[INFO] [stdout] 85 | fn create_ignore_existing<T: AsRef<Path>>(path: T) -> IOResult<()> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HandleExec` is never constructed
[INFO] [stdout]  --> src/handle_exec.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct HandleExec<'e, E: Exec> {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_single_path` is never used
[INFO] [stdout]   --> src/handle_exec.rs:14:4
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn find_single_path<'a>(obj: &'a IdemRawCommandWithPaths) -> Option<&'a IdemPath> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_single_flag_keyword` is never used
[INFO] [stdout]   --> src/handle_exec.rs:20:4
[INFO] [stdout]    |
[INFO] [stdout] 20 | fn find_single_flag_keyword(params: &[IdemParamType]) -> Option<&str> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `execute_raw_script_command` are never used
[INFO] [stdout]   --> src/handle_exec.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl<'e, E: Exec> HandleExec<'e, E> {
[INFO] [stdout]    | ----------------------------------- associated items in this implementation
[INFO] [stdout] 33 |     pub fn new(driver: &'e mut E) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn execute_raw_script_command(&mut self, cmd: &IdemRawCommandType) -> ExecResult<()> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `std::result::Result` that must be used
[INFO] [stdout]   --> src/local_exec.rs:29:28
[INFO] [stdout]    |
[INFO] [stdout] 29 |         if !cwd.exists() { fs::create_dir_all(&cwd); }
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 29 |         if !cwd.exists() { let _ = fs::create_dir_all(&cwd); }
[INFO] [stdout]    |                            +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `std::result::Result` that must be used
[INFO] [stdout]   --> src/handle_exec.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 | /                     match flag.unwrap() {
[INFO] [stdout] 47 | |                         "exists" => {
[INFO] [stdout] 48 | |                             let path = find_single_path(obj);
[INFO] [stdout] 49 | |                             assert!(path.is_some(), "exists flag expects to follow a single path");
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |                         _ => unimplemented!("Flag keyword not implemented")
[INFO] [stdout] 63 | |                     };
[INFO] [stdout]    | |_____________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 46 |                     let _ = match flag.unwrap() {
[INFO] [stdout]    |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `idemsh` (bin "idemsh") due to 20 previous errors; 34 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `dir`
[INFO] [stdout]   --> src/local_exec.rs:38:36
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn change_directory(&mut self, dir: &str) -> ExecResult<()> {
[INFO] [stdout]    |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_dir`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `local_part`
[INFO] [stdout]   --> src/local_exec.rs:53:38
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn ensure_file_exists(&mut self, local_part: &str) -> ExecResult<()> {
[INFO] [stdout]    |                                      ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_local_part`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `local_part`
[INFO] [stdout]   --> src/local_exec.rs:57:40
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn ensure_file_contents(&mut self, local_part: &str, contents: FileContents) -> ExecResult<()> {
[INFO] [stdout]    |                                        ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_local_part`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `contents`
[INFO] [stdout]   --> src/local_exec.rs:57:58
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn ensure_file_contents(&mut self, local_part: &str, contents: FileContents) -> ExecResult<()> {
[INFO] [stdout]    |                                                          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_contents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dir`
[INFO] [stdout]    --> src/handle_exec.rs:106:40
[INFO] [stdout]     |
[INFO] [stdout] 106 |         fn change_directory(&mut self, dir: &str) -> ExecResult<()> {
[INFO] [stdout]     |                                        ^^^ help: if this is intentional, prefix it with an underscore: `_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `contents`
[INFO] [stdout]    --> src/handle_exec.rs:122:62
[INFO] [stdout]     |
[INFO] [stdout] 122 |         fn ensure_file_contents(&mut self, local_part: &str, contents: FileContents) -> ExecResult<()> {
[INFO] [stdout]     |                                                              ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_contents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Host` is never constructed
[INFO] [stdout]   --> src/ast.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum IdemResourceType {
[INFO] [stdout]    |          ---------------- variant in this enum
[INFO] [stdout] 13 |     Directory(String),
[INFO] [stdout] 14 |     Host(String),
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `IdemResourceType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `ExtendedString` is never constructed
[INFO] [stdout]   --> src/ast.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub enum IdemValueType {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] 20 |     LitString(String),
[INFO] [stdout] 21 |     ExtendedString(String),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `IdemValueType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IdemReplace` is never constructed
[INFO] [stdout]   --> src/ast.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct IdemReplace {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `IdemEditCommandType` is never used
[INFO] [stdout]   --> src/ast.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub enum IdemEditCommandType {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IdemEdit` is never constructed
[INFO] [stdout]   --> src/ast.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct IdemEdit {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `ShortFlags` is never constructed
[INFO] [stdout]   --> src/ast.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub enum IdemParamType {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] 46 |     FlagKeyword(String),
[INFO] [stdout] 47 |     ShortFlags(Vec<char>),
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `IdemParamType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `FileContents` is never used
[INFO] [stdout]  --> src/traits.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum FileContents {
[INFO] [stdout]   |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `change_directory`, `ensure_file_contents`, and `get_cwd` are never used
[INFO] [stdout]   --> src/traits.rs:9:8
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Exec {
[INFO] [stdout]    |           ---- methods in this trait
[INFO] [stdout]  9 |     fn change_directory(&mut self, dir: &str) -> ExecResult<()>;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 12 |     fn ensure_file_contents(&mut self, local_part: &str, contents: FileContents) -> ExecResult<()>;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     fn get_cwd(&mut self) -> ExecResult<String>;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Message` is never constructed
[INFO] [stdout]   --> src/errors.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub enum ErrorType {
[INFO] [stdout]    |          --------- variant in this enum
[INFO] [stdout] 10 |     IOError(Box<IOError>),
[INFO] [stdout] 11 |     Message(String),
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ErrorType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_single_path` is never used
[INFO] [stdout]   --> src/local_exec.rs:67:4
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn find_single_path<'a>(obj: &'a IdemRawCommandWithPaths) -> Option<&'a IdemPath> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_single_flag_keyword` is never used
[INFO] [stdout]   --> src/local_exec.rs:73:4
[INFO] [stdout]    |
[INFO] [stdout] 73 | fn find_single_flag_keyword(params: &[IdemParamType]) -> Option<&str> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_ignore_existing` is never used
[INFO] [stdout]   --> src/local_exec.rs:85:4
[INFO] [stdout]    |
[INFO] [stdout] 85 | fn create_ignore_existing<T: AsRef<Path>>(path: T) -> IOResult<()> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `std::result::Result` that must be used
[INFO] [stdout]   --> src/local_exec.rs:29:28
[INFO] [stdout]    |
[INFO] [stdout] 29 |         if !cwd.exists() { fs::create_dir_all(&cwd); }
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 29 |         if !cwd.exists() { let _ = fs::create_dir_all(&cwd); }
[INFO] [stdout]    |                            +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `std::result::Result` that must be used
[INFO] [stdout]   --> src/handle_exec.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 | /                     match flag.unwrap() {
[INFO] [stdout] 47 | |                         "exists" => {
[INFO] [stdout] 48 | |                             let path = find_single_path(obj);
[INFO] [stdout] 49 | |                             assert!(path.is_some(), "exists flag expects to follow a single path");
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |                         _ => unimplemented!("Flag keyword not implemented")
[INFO] [stdout] 63 | |                     };
[INFO] [stdout]    | |_____________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 46 |                     let _ = match flag.unwrap() {
[INFO] [stdout]    |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `idemsh` (bin "idemsh" test) due to 20 previous errors; 27 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "cf401588ea90816936715bdd252b78c25b87dcf5cb48952d992a3d326dd31339", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf401588ea90816936715bdd252b78c25b87dcf5cb48952d992a3d326dd31339", kill_on_drop: false }`
[INFO] [stdout] cf401588ea90816936715bdd252b78c25b87dcf5cb48952d992a3d326dd31339
